home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / lang / sbasic02 / makefile.bcc < prev    next >
Encoding:
Makefile  |  1994-11-04  |  203 b   |  10 lines

  1. # This is an example makefile for Borland C++
  2. # Please note that I can't test this, so no guarantees  :-)
  3.  
  4. SBASIC.EXE: SBASIC.OBJ EXPARSE.OBJ
  5.     BCC SBASIC.OBJ EXPARSE.OBJ
  6.  
  7. .C.OBJ:
  8.     BCC -c -G $<
  9.  
  10.